.public-hd-block {
    position: relative;
    width: 100%;
    padding: 0.36rem 0.4rem;
    background-color: white;
    border-bottom: solid 1px #d6d4d4;
}

/* 页眉 */
.header {
    width: 100%;
    overflow: hidden;
}

.header .head {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: rgba(0, 62, 135, 0.8);
    z-index: 99;
}

.header .head .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    margin: 0 auto;
}

.header .head .logo {
    height: 65px;
}

.header .head .logo img {
    display: block;
    height: 65px;
    width: auto;
}

.header .head .navs {
    margin-left: auto;
}

.header .head .navs .item {
    margin-right: 28px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.header .head .search-box {
    position: relative;
    padding-left: 16px;
    height: 30px;
}

.header .head .search-box::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: '';
    width: 2px;
    height: 24px;
    border-left: 1px solid #ffffff60;
}

.header .head .search-box .icon-search {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.header .banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header .banner .swiper-slide .imgs {
    width: 100%;
}

.header .banner .swiper-slide .imgs img {
    display: block;
    width: 100%;
}

.header .banner .swiper-slide .bannerText {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1140px;
    height: 262px;
    padding: 54px 30px 0 140px;
    background: url(../../img/images/bannerText-bg.png) no-repeat left top;
    overflow: hidden;
    background-size: cover;
    box-sizing: border-box;
}

.header .banner .swiper-slide .bannerText .title {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.header .banner .swiper-slide .bannerText .intro {
    font-size: 18px;
    color: #FFFFFF;
}

.header .banner .banner-next {
    left: auto;
    right: calc((100% - 1300px) / 2);
    top: auto;
    bottom: 40px;
    width: 52px;
    height: 52px;
    background: url(../../img/images/next.png) no-repeat center center;
}

.header .banner .banner-next::after {
    display: none;
}

.header .banner .banner-prev {
    left: auto;
    right: calc((100% - 1300px) / 2 + 82px);
    top: auto;
    bottom: 40px;
    width: 52px;
    height: 52px;
    background: url(../../img/images/prev.png) no-repeat center center;
}

.header .banner .banner-prev::after {
    display: none;
}

.header .banner .swiper-pagination {
    color: #fff;
    font-size: 20px;
    left: calc(100% - 1000px);
    bottom: 60px;
    width: 100px;
    text-align: left;
}

.header .banner .swiper-pagination .fraction {
    text-align: left;
}

.header .banner .swiper-pagination .bullets {
    display: none;
    margin-top: 20px;
}

/* 页脚 */
.footer {
    width: 100%;
    padding: 45px 0 1px;
    background: url(../../img/images/footer-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.footer .content {
    width: 1300px;
    margin: 0 auto;
}

.footer .content .top-infos {
    display: flex;
    justify-content: space-between;
}

.footer .content .top-infos .college {
    width: 356px;
    margin-bottom: 10px;
}

.footer .content .top-infos .college img {
    display: block;
    width: 100%;
}

.footer .content .top-infos p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
}

.footer .content .top-infos .rt-code {
    width: 177px;
    text-align: center;
}

.footer .content .top-infos .rt-code img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.footer .content .top-infos .rt-code span {
    display: block;
    font-size: 15px;
    color: #FFFFFF;
}

.footer .content .bottom-infos {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin-top: 10px;
}

/*分页*/
.page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page ul li {
    border-radius: 0;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    margin: 0 5px;
    color: #aaa;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page ul li:hover {
    color: #003f88;
    border-color: #003f88;
}

.page ul li.cur {
    color: #fff;
    border-color: #003f88;
    background-color: #003f88;
}

/* 置顶 */
.sidebar {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 8%;
    right: 30px;
    z-index: 9;
}

.sidebar .side {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../../img/icon/back.png) center center no-repeat;
    background-color: #626262;
    background-size: 25px 25px;
}

a:link {
    text-decoration: none;
}

.showdiv {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    -khtml-opacity: 1 !important;
}

/* 分辨率 */
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
    .header-box .content .logo {
        padding-top: 50px;
    }

    .room img {
        width: 100%;
    }
}
